home *** CD-ROM | disk | FTP | other *** search
- -- card: 4856 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 3634
- -- name: Central Standard Time
- ----- HyperTalk script -----
- on openBackground
- push recent card
- end openBackground
-
- On idle
- put the short time into background field "CST"
- put the seconds - 7200 into temp1
- convert temp1 to short time
- put temp1 into background field "PST"
- put the seconds - 3600 into temp2
- convert temp2 to short time
- put temp2 into background field "MST"
- put the seconds + 3600 into temp3
- convert temp3 to short time
- put temp3 into background field "EST"
- put the seconds + 21600 into temp4
- convert temp4 to short time
- put temp4 into background field "UTC"
- put the seconds into temp5
- put card field 2 into temp6
- convert temp6 to seconds
- repeat for 5 times
- if temp5 = temp6 then play "boing"
- if temp5 = temp6 then flash 6
- end repeat
- If temp6 < temp5 then put "Time" into card field 2
- pass idle
- end idle
-
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=170 top=2 right=19 bottom=339
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Label
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=366 top=56 right=77 bottom=439
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Set Alarm
- ----- HyperTalk script -----
- on mouseUp
- ask "Set alarm to go off at?"
- put it into card field 2
- end mouseUp
-
-
-
- -- part 3 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=382 top=76 right=94 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Alarm Time
- ----- HyperTalk script -----
-
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=203 top=314 right=342 bottom=240
- -- title width / last selected line: 0
- -- icon id / first selected line: 15420 / 15420
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect Scroll Right
- go to previous card
- end mouseUp
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=240 top=314 right=342 bottom=276
- -- title width / last selected line: 0
- -- icon id / first selected line: 16560 / 16560
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect Scroll Left
- go to next card
- end mouseUp
-
-
- -- part contents for background part 3
- ----- text -----
- 16:16
-
- -- part contents for background part 4
- ----- text -----
- 17:16
-
- -- part contents for background part 5
- ----- text -----
- 18:16
-
- -- part contents for background part 6
- ----- text -----
- 19:16
-
- -- part contents for background part 7
- ----- text -----
- 0:16
-
- -- part contents for card part 1
- ----- text -----
- Central Standard Time
-
- -- part contents for card part 3
- ----- text -----
- Time